Mark some doc/ rules as PHONY.
authorGlenn Morris <rgm@gnu.org>
Sat, 9 Oct 2010 01:02:21 +0000 (18:02 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 9 Oct 2010 01:02:21 +0000 (18:02 -0700)
commite48a8b202e3ec224d92741fe84b37f7f57951e91
treee4e600c94598a63dcca1e0f517f4550c791ecf95
parentfcc653781ebc92cd6a6433feef099e0e189a6bde
Mark some doc/ rules as PHONY.

* doc/misc/Makefile.in (.PHONY): Declare info, dvi, pdf and the clean rules.

* doc/lispref/Makefile.in (.PHONY): Declare info, dvi, pdf, dist.

* doc/lispintro/Makefile.in (.PHONY): Declare info, dvi, html, pdf, dist.

* doc/emacs/Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
(emacs): Remove rule.
(dist): No need to deal with the emacs rule any more.
doc/emacs/ChangeLog
doc/emacs/Makefile.in
doc/lispintro/ChangeLog
doc/lispintro/Makefile.in
doc/lispref/ChangeLog
doc/lispref/Makefile.in
doc/misc/ChangeLog
doc/misc/Makefile.in